home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / gifview2 / gif_view.doc < prev    next >
Text File  |  1995-03-17  |  3KB  |  103 lines

  1. ================================================================================
  2.  
  3.  
  4.                         GIF_view  (v. 2 / october '91)
  5.                               by Lorenzo Musto
  6.  
  7.  
  8. -----------
  9. Description
  10. -----------
  11.       GIF images viewer.
  12.  
  13.       GIF_view  is  a  program that allows to view  all  images wich data
  14.       are organized following the GIF format.
  15.       All strategies taken to manage the decoding algorithm plus a direct
  16.       image's  assembling  in  memory ( i.e. without calls to any graphic
  17.       primitive like 'WritePixel') allow to reach relatively low decoding
  18.       times.
  19.  
  20.       This program suits perfectly on PAL systems becouse it totaly uses
  21.       the avaible display area (256/512 lines);
  22.       it works right on those NTSC too.
  23.  
  24.       The program starts execution showing some image and screen's details
  25.       obtained from input  file. These will be adapted to the amiga graphic
  26.       system allowing scrolling for large images and using HAM-mode for those
  27.       ones with more than 32 colors; then will start the decoding step wich
  28.       output is a dot sequence.
  29.       After a while, whether all gone well, the image should appears.
  30.       At this time the program will be stopped for about twenty seconds;
  31.       then it goes over to terminate unless the user has hit one of the
  32.       following keys:
  33.       - Carriage Return that causes an early exit .
  34.       - Space Bar or Arrow Keys that hangs the program to a Carriage Return.
  35.  
  36.       No action can be taken to abort execution until the image appears
  37.       (any attempt at your own risk: it's probable a loss of memory).
  38.  
  39.  
  40. --------------
  41. Usage/Template
  42. --------------
  43.       GIF_view  <filename>  [QUICK]
  44.  
  45.       option  QUICK  allows to gain  'speed, resolution, memory'
  46.       but to the detriment of image's color features.
  47.  
  48.       Explanations  about  keyboard usage  will  be  given  during
  49.       program's  running.
  50.  
  51.  
  52. ------
  53. Author
  54. ------
  55.           Home Address:   Lorenzo  Musto
  56.                           via  A.  Cantele  11
  57.                           35129 Padova (Italy)
  58.  
  59.       Internet address:   maciste@alessia.dei.unipd.it
  60.  
  61.                  Phone:   +39 49 609356
  62.  
  63.  
  64. -----
  65. Notes
  66. -----
  67.       Contact me for every issue about this work ( preferely via e-mail ).
  68.       If you are pleased about it simply spread it but remember that gifts
  69.       of any type (floppies,cards,cakes whatever you think ... even $) as
  70.       counterpart are welcomed.
  71.  
  72.  
  73. -------
  74. History
  75. -------
  76.       o ??-may-91 first version but prototype.
  77.       o ??-aug-91 first release.
  78.       o 02-oct-91 Idiosyncrasy for B&W images removed.
  79.       o 02-oct-91 Approximation of the 'Colors Map' refined.
  80.       o 04-oct-91 Fixed a bug.
  81.  
  82.  
  83. ----------
  84. Trademarks
  85. ----------
  86.                             G I F (tm)
  87.                  Graphics Interchange Format (tm)
  88.                   A standard defining a mechanism
  89.                  for the storage and transmission
  90.                of raster-based graphics information
  91.                            June 15, 1987
  92.                  (c) CompuServe Incorporated, 1987
  93.                         All rights reserved
  94.  
  95.       GIF and 'Graphics Interchange Format' are trademarks of
  96.                      CompuServe, Incorporated.
  97.                        an H&R Block Company
  98.                     5000 Arlington Centre Blvd.
  99.                        Columbus, Ohio 43220
  100.                           (614) 457-8600
  101.  
  102. ================================================================================
  103.